.general-header-title {
  width: 100%;
}

.texto {
  margin-top: 20px;
  font-size: 23px;
}

.bg-responsabilidade {
  background: #017BB2;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../imagens/Responsabilidades/bg_responsabilidade_mask.png);
}

.bg-responsabilidade .general-header {
  padding-top: calc(60px + 5%);
  padding-bottom: calc(120px + 10%);
  display: block;
}

.separator-responsabilidade {
  height: 7px;
  width: 140px;
  margin: 40px 0;
  background: #00C3E6;

}

#img-responsabilidade .img-desktop {
  display: auto;
}

#img-responsabilidade .img-mobile {
  display: none;
}

@media only screen and (max-width: 766px) {
  .bg-responsabilidade .general-header .responsabilidade {
    text-align: left !important;
  }

  .separator-responsabilidade {
    margin: 20px 0;
  }

  #img-responsabilidade .img-desktop {
    display: none;
  }

  #img-responsabilidade .img-mobile {
    display: block;
    margin: auto;
  }

}